home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-06-14 | 682 b | 15 lines |
- [StringCollection]
- 0=2,Count,public int Count {get;}
- 1=2,IsReadOnly,public bool IsReadOnly {get;}
- 2=2,IsSynchronized,public bool IsSynchronized {get;}
- 3=3,RemoveAt,public void RemoveAt(int index);
- 4=2,SyncRoot,public object SyncRoot {get;}
- 5=3,Add,public int Add(string value);
- 6=3,AddRange,public void AddRange(string[] value);
- 7=3,Clear,public void Clear();
- 8=3,Contains,public bool Contains(string value);
- 9=3,CopyTo,public void CopyTo(Array array, int index);
- 10=3,GetEnumerator,public IEnumerator GetEnumerator();
- 11=3,IndexOf,public int IndexOf(string value);
- 12=3,Insert,public void Insert(int index, string value);
- 13=3,Remove,public void Remove(string value);